From e8b505694053297ce360c61995af41ecc9ad0f49 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 22 Feb 2019 00:07:35 +0100 Subject: [PATCH] And another keybinding leftover --- tests/testgtk.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/testgtk.css b/tests/testgtk.css index 991e49b6a9..4bd3f366b9 100644 --- a/tests/testgtk.css +++ b/tests/testgtk.css @@ -1,11 +1,6 @@ /* testgtk2.css sets all the buttons in the main window to blue by default */ @import url("testgtk2.css"); -@binding-set entry-bindings { - bind "s" { "move-cursor" (visual-positions, 3, 0) }; - bind "a" { "move-cursor" (visual-positions, -3, 0) }; -} - * { font-family: Sans; font-size: 12px; @@ -24,6 +19,3 @@ label:hover { background-color: rgb (0%, 75%, 0); } -entry { - -gtk-key-bindings: entry-bindings; -} -- 2.30.2